FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.oh-setp#1.0.38 (47 ms)

Package ca.on.oh-setp
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.oh-setp@1.0.38&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner
Url http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner
Version 0.10.0
Status active
Date 2022-10-15T12:00:00+00:00
Name PractitionerPSON
Title Practitioner (PS-ON)
Experimental False
Realm ca
Description This profile defines a set of constraints to the FHIR Practitioner resource for use in Ontario Patient Summaries (PS-ON). It refines constraints applied to the the Practitioner resource by the PS-CA project to represent a practitioner acting as observer for imaging results. It is informed by the constraints of the [Practitioner-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Practitioner-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-practitioner.html) to allow for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information.
Type Practitioner
Kind resource

Resources that use this resource

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-patient Patient (PS-ON)
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitionerrole PractitionerRole (PS-ON)

Resources that this resource uses

StructureDefinition
http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-identifier Identifier DataType Profile (CA Baseline)


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "ca-on-ps-profile-practitioner",
  "url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner",
  "version" : "0.10.0",
  "name" : "PractitionerPSON",
  "title" : "Practitioner (PS-ON)",
  "status" : "active",
  "date" : "2022-10-15T12:00:00+00:00",
  "publisher" : "Ontario Health",
  "description" : "This profile defines a set of constraints to the FHIR Practitioner resource for use in Ontario Patient Summaries (PS-ON). It refines constraints applied to the the Practitioner resource by the PS-CA project to represent a practitioner acting as observer for imaging results. It is informed by the constraints of the [Practitioner-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Practitioner-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-practitioner.html) to allow for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Practitioner",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Practitioner.meta",
        "path" : "Practitioner.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.meta.profile",
        "path" : "Practitioner.meta.profile",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.identifier",
        "path" : "Practitioner.identifier",
        "type" : [
          {
            "code" : "Identifier",
            "profile" : [
              "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-identifier"
            ]
          }
        ],
        "min" : 1,
        "comment" : "Used to convey business identifier(s) that are specific to this Practitioner such as a college license number",
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.name",
        "path" : "Practitioner.name",
        "min" : 1,
        "constraint" : [
          {
            "key" : "ca-baseline-name",
            "severity" : "error",
            "human" : "Practitioner.name.given or Practitioner.name.family or both SHALL be present",
            "expression" : "family.exists() or given.exists()",
            "xpath" : "f:given or f:family"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.name.family",
        "path" : "Practitioner.name.family",
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.name.given",
        "path" : "Practitioner.name.given",
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.telecom",
        "path" : "Practitioner.telecom",
        "comment" : "While IPS-UV considers Practitioner.telecom a MS element, the Ontario approach is to prefer telecom be populated at the PractitionerRole level.",
        "mustSupport" : false
      },
      {
        "id" : "Practitioner.address",
        "path" : "Practitioner.address"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.